home *** CD-ROM | disk | FTP | other *** search
/ Austin Powers - The Spy who Shagged Me / Screendragon: Austin Powers - The Spy who Shagged Me.iso / xtras / regread / regread.dir / 00006_Script_6 < prev    next >
Text File  |  1999-03-16  |  255b  |  11 lines

  1. on outPutCODECsearch aCODECname, anOutPutField
  2.   if aCODECname <> EMPTY then
  3.     if checkCODEC(aCODECname) then
  4.       set the text of field anOutPutField = "Yes"
  5.     else
  6.       set the text of field anOutPutField = "No"
  7.     end if
  8.   end if
  9. end
  10.  
  11.